function MasicPointAddNormal{
let MasicPoint = GetCommonData("MASICPOINT");
let AddPoint = GetCommonData("MASICPOINT_ADD");

if(OnBomb == false){
MasicPoint += AddPoint;
SetCommonData("MASICPOINT",MasicPoint);
}
}

function ChackBonus{
scorebonus = GetCommonData("SCOREBONUS");
spellbonus = GetCommonData("SPELLBONUS");
}